object NagScreen: TNagScreen Left = 88 Top = 358 BorderIcons = [] BorderStyle = bsDialog Caption = 'Please Register' ClientHeight = 79 ClientWidth = 379 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Memo1: TMemo Left = 64 Top = 8 Width = 281 Height = 65 Color = clSilver Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Lines.Strings = ( 'This evaluation copy of this application has ' 'expired. Restrictions are now in effect. For ' 'registering information, please see ' 'REGISTERING in the help file.') ParentFont = False TabOrder = 0 end object Timer1: TTimer Interval = 10000 OnTimer = Timer1Timer Left = 352 Top = 40 end end